Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.1] Pin external package versions #15369

Merged
merged 2 commits into from
Apr 15, 2019
Merged

[2.1] Pin external package versions #15369

merged 2 commits into from
Apr 15, 2019

Conversation

bricelam
Copy link
Contributor

No description provided.

@bricelam bricelam merged commit e8f2f1e into dotnet:release/2.1 Apr 15, 2019
@bricelam bricelam deleted the pin branch April 15, 2019 22:07
Copy link
Member

@dougbu dougbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aspnet/build I don't believe EF Core has had its branding updated for the current 2.x build. Does that need to happen in the next few hours? If yes, is are PRs already open?

@@ -49,6 +27,30 @@
<MicrosoftExtensionsConfigurationJsonPackageVersion>2.1.1</MicrosoftExtensionsConfigurationJsonPackageVersion>
<MicrosoftExtensionsConfigurationPackageVersion>2.1.1</MicrosoftExtensionsConfigurationPackageVersion>
<MicrosoftExtensionsDependencyInjectionPackageVersion>2.1.1</MicrosoftExtensionsDependencyInjectionPackageVersion>
<MicrosoftExtensionsDependencyModelPackageVersion>2.1.0</MicrosoftExtensionsDependencyModelPackageVersion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may cause problems because Microsoft.Extensions.Dependency model comes from dotnet/core-setup i.e. it's not really an external package. Ane, we've had problems in the past with keeping this file up-to-date when a patch release includes (or doesn't include) a package.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copied from the 2.2 branch. Should we change there too?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this repo is only using M.Ext.DependencyModel for tests, right? In which case, I doubt this matters.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we don't have to make further changes, great. IOW, let's see how things build tonight.

/cc @aspnet/build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants